dvb_desc_ca_identifier

@struct dvb_desc_ca_identifier @ingroup descriptors @brief Indicates if a particular bouquet, service or event is associated with a CA system

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param caid_count Number of CA IDs @param caids CA Identifier IDs

Members

Variables

caid_count
ubyte caid_count;
Undocumented in source.
caids
ushort* caids;
Undocumented in source.
length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta